home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / RIncludes / PPCToolbox.r < prev    next >
Encoding:
Text File  |  1998-02-12  |  1.1 KB  |  41 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PPCToolbox.r
  3.  
  4.      Contains:    Program-Program Communications Toolbox Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.1
  8.  
  9.      Copyright:    © 1989-1993, 1995-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18.  
  19. #ifndef __PPCTOOLBOX_R__
  20. #define __PPCTOOLBOX_R__
  21.  
  22. #ifndef __CONDITIONALMACROS_R__
  23. #include "ConditionalMacros.r"
  24. #endif
  25.  
  26. /*------------------------ppcc • PPC Browser Configuration Resource---------------------------*/
  27.  
  28.     type 'ppcc' {
  29.         unsigned byte;    // NBP lookup interval
  30.         unsigned byte;    // NBP lookup count
  31.         integer;        // NBP maximum lives an entry has before deletion
  32.         integer;        // NBP maximum number of entities
  33.         integer;        // NBP idle time in ticks between lookups
  34.         integer;        // PPC maximum number of ports
  35.         integer;        // PPC idle time in ticks between list ports
  36.     };
  37.  
  38.  
  39. #endif /* __PPCTOOLBOX_R__ */
  40.  
  41.